home *** CD-ROM | disk | FTP | other *** search
- // •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // MsgUtil.h
- //
- // July 31, 1996
- // By Ben Manuto
- //
- // © 1995-1996 by Apple Computer, Inc., all rights reserved.
- //
- // •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
-
-
-
- UInt16 InitMessageSupport(void);
- SInt16 RegisterMessage(UInt32 selector, UInt32 count);
- UInt16 InstallMsgHandler(MsgRecElemPtr msgRecElemPtr);
- UInt16 RemoveMsgHandler(MsgRecElemPtr msgRecElemPtr);
- UInt16 SendMessage(MsgPBlkPtr msgPBlkPtr);
-
-